public interface HttpInputMessage extends HttpMessage
Typically implemented by an HTTP request on the server-side, or a response on the client-side.
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getBody()
Return the body of the message as an input stream.
|
getHeaders